z1 ^  z2

z1 ** z2

Power operator. Computes z1 to the power z2.


Example


2^3

8.0